Skip to content

London9-OlehPysmenko-Week1#491

Open
tiritaki wants to merge 18 commits into
CodeYourFuture:masterfrom
tiritaki:master
Open

London9-OlehPysmenko-Week1#491
tiritaki wants to merge 18 commits into
CodeYourFuture:masterfrom
tiritaki:master

Conversation

@tiritaki
Copy link
Copy Markdown

@tiritaki tiritaki commented Oct 25, 2022

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name: Oleh Pysmenko
  • Your City: London 9
  • Your Slack Name: tiritaki

Homework Details

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Comment thread css/style.css
Comment thread css/style.css
background-image: url("/HTML-CSS-Module-Project/img/first-background.jpg");
height: 420px;
color:white;
padding-top: 250px;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to avoid using padding cause it could break on small screens.
Flexbox could help you out:

display: flex;
flex-direction: column;
justify-content: space-around;

space-around wil create three equal sections with spacing on top and bottom, and will be responsive

Comment thread css/style.css
margin-bottom: 2rem;
margin-top: 2rem;
padding-bottom: 0.5rem;
padding-left: 22%;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On small screen you can have this:
Screenshot 2022-11-01 at 21 31 00
maybe text-align: center would make the job

Comment thread css/store.css
background-color: aquamarine;
}

.orderForm h2 {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://www.freecodecamp.org/news/css-naming-conventions-that-will-save-you-hours-of-debugging-35cea737d849/

this is a good reading about class naming convention. I was discovering myself as well while sending it 😄

Copy link
Copy Markdown

@Meysam-Arshadi Meysam-Arshadi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Oleh,

Great job! I really liked your design. Your cod was clear, logical and easy to follow. I left one suggestion.

Comment thread index.html
<title>Karma</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason the stylesheet did not connect to the index.html. I was not sure why, if something is wrong with my VSCode or you need to make a change at your repo?

Comment thread index.html
@@ -1,19 +1,134 @@
<!DOCTYPE html>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the only one issue I mentioned, I really liked your style of coding. It's logical, clear and neat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants